projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f13ff4
)
Fix imaginary memory allocation problem.
author
alexmot
<alexmot>
Thu, 4 Sep 2003 15:37:18 +0000
(15:37 +0000)
committer
alexmot
<alexmot>
Thu, 4 Sep 2003 15:37:18 +0000
(15:37 +0000)
csv_util.c
patch
|
blob
|
history
diff --git
a/csv_util.c
b/csv_util.c
index 7d94878226254953db14543d3d276e2586699df9..b07320932b33dc14f9dd7a93496df8ce720ae1a4 100644
(file)
--- a/
csv_util.c
+++ b/
csv_util.c
@@
-826,7
+826,7
@@
xcsv_data_write(void)
if (ol) {
fprintf(xcsv_file.xcsvfp, "%s", ol);
- free(ol);
+
x
free(ol);
} else {
fprintf(xcsv_file.xcsvfp, "%s", ogp->val);
}